Use PESetNthAlertMessageFormula to set the message formula for the specified Report Alert associated with the print job.
BOOL CRPE_API PESetNthAlertMessageFormula (short printJob, short alertN, const char FAR *formula);
The result of the formula must be a string. If PESetNthAlertMessageFormula is set it will override the value set for the Report Alerts default message.
Declare Function PESetNthAlertMessageFormula Lib "crpe32.dll" (ByVal printJob%, ByVal alertN%, formula As String) As Integer
function PESetNthAlertMessageFormula( printJob : Smallint; alertN : Smallint; const formula : PCHAR) : boolean stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |